home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / Include / win32.h < prev   
Encoding:
C/C++ Source or Header  |  2001-10-20  |  275 b   |  18 lines

  1. #ifndef _CSWIN32
  2. #define _CSWIN32
  3.  
  4. #pragma push_safeptr
  5.  
  6. unsigned long GetEnvironmentVariable(const char* name, char* buffer, unsigned long size);
  7. int SetEnvironmentVariable(const char* name, const char* value);
  8.  
  9. #pragma pop_ptr
  10.  
  11. #endif /* _CSWIN32 */
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.